object f_Group: Tf_Group Left = 354 Top = 241 Width = 580 Height = 422 Caption = 'Group of Profiles' Color = clBtnFace Constraints.MinHeight = 418 Constraints.MinWidth = 580 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = MainMenu OldCreateOrder = False Position = poMainFormCenter OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnMouseDown = FormMouseDown OnShow = FormShow DesignSize = ( 572 376) PixelsPerInch = 96 TextHeight = 13 object PageControl: TPageControl Left = 0 Top = 0 Width = 572 Height = 376 ActivePage = tab_Override Align = alClient Style = tsFlatButtons TabHeight = 24 TabIndex = 1 TabOrder = 0 object tab_Profiles: TTabSheet Caption = '&1 - Profiles' ImageIndex = -1 OnShow = tab_ProfilesShow object gbx_Profiles: TGroupBox Left = 0 Top = 0 Width = 564 Height = 342 Align = alClient Caption = 'Profil&es' TabOrder = 0 object clb_Profiles: TCheckListBox Left = 2 Top = 59 Width = 560 Height = 281 OnClickCheck = SetGroupModified Align = alClient Columns = 1 ItemHeight = 13 TabOrder = 0 end object tb_Profiles: TToolBar Left = 2 Top = 35 Width = 560 Height = 24 AutoSize = True ButtonWidth = 73 Flat = True Images = DM.imgs_Buttons List = True ParentShowHint = False ShowCaptions = True ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 0 Top = 0 Action = act_ProfileAdd AutoSize = True end object ToolButton2: TToolButton Left = 50 Top = 0 Action = act_ProfileRemove AutoSize = True end object ToolButton3: TToolButton Left = 121 Top = 0 Action = act_ProfileEdit AutoSize = True end object ToolButton4: TToolButton Left = 170 Top = 0 Width = 8 Caption = 'ToolButton4' ImageIndex = 3 Style = tbsSeparator end object ToolButton5: TToolButton Left = 178 Top = 0 Action = act_ProfilesCheckAll AutoSize = True end object ToolButton6: TToolButton Left = 220 Top = 0 Action = act_ProfilesCheckNone AutoSize = True end object ToolButton7: TToolButton Left = 277 Top = 0 Width = 8 Caption = 'ToolButton7' ImageIndex = 6 Style = tbsSeparator end object ToolButton8: TToolButton Left = 285 Top = 0 Action = act_ProfileMoveUp AutoSize = True end object ToolButton9: TToolButton Left = 330 Top = 0 Action = act_ProfileMoveDown AutoSize = True end object ToolButton10: TToolButton Left = 389 Top = 0 Action = act_ProfilesSort AutoSize = True end object ToolButton12: TToolButton Left = 439 Top = 0 Width = 8 Caption = 'ToolButton12' ImageIndex = 4 Style = tbsSeparator end object ToolButton11: TToolButton Left = 447 Top = 0 Action = act_ProfilesClear AutoSize = True end end object pnl_Descr_Profiles: TPanel Left = 2 Top = 15 Width = 560 Height = 20 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object Label1: TLabel Left = 8 Top = 3 Width = 296 Height = 13 Caption = 'Select the Profiles to be executed in the order displayed below.' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end end end object tab_Override: TTabSheet Caption = '&2 - Override' ImageIndex = -1 OnShow = tab_OverrideShow object pnl_Descr_Override: TPanel Left = 0 Top = 0 Width = 564 Height = 20 Align = alTop BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object Label2: TLabel Left = 8 Top = 3 Width = 396 Height = 13 Caption = 'Select the settings to override. Their values will be applied to' + ' every executed Profile.' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end end inline fr_ConfigEdit: TFrameConfigEdit Left = 0 Top = 20 Width = 564 Height = 322 Align = alClient TabOrder = 1 inherited gbx_ConfigSets: TGroupBox Width = 564 Height = 205 inherited lv_Config: TListView Width = 560 Height = 166 end inherited tb_ConfigEdit: TToolBar Width = 560 end end inherited gbx_ProfileProperty: TGroupBox Top = 205 Width = 564 inherited Panel5: TPanel Width = 560 inherited pnl_ItemValue: TPanel Width = 552 end inherited sbox_ObjectInfo: TScrollBox Width = 552 end end inherited Panel2: TPanel Width = 560 inherited ed_InternalNameValue: TEdit Width = 436 end end end end end end object pnl_ExecuteButton: TPanel Left = 467 Top = 0 Width = 101 Height = 26 Anchors = [akTop, akRight] AutoSize = True BevelOuter = bvLowered TabOrder = 1 object bt_Execute: TBitBtn Left = 1 Top = 1 Width = 99 Height = 24 Action = act_ExecuteGroup Caption = 'E&xecute Group' TabOrder = 0 Style = bsNew Spacing = -1 end end object MainMenu: TMainMenu Images = DM.imgs_Main Left = 72 Top = 104 object mu_File: TMenuItem Caption = '&File' object actNewProfileGroup1: TMenuItem Action = act_NewGroup end object OpenProfileGroup1: TMenuItem Action = act_OpenGroup end object N3: TMenuItem Caption = '-' end object SaveProfileGroup1: TMenuItem Action = act_SaveGroup end object SaveProfileGroupAs1: TMenuItem Action = act_SaveGroupAs end object N1: TMenuItem Caption = '-' end object mi_RecentFiles: TMenuItem Caption = '&Recent Files' ShortCut = 16466 OnClick = mi_RecentFilesClick end object N4: TMenuItem Caption = '-' end object mi_Close: TMenuItem Caption = '&Close' ShortCut = 32883 OnClick = mi_CloseClick end end object mu_View: TMenuItem Caption = '&View' object N1Profiles1: TMenuItem Action = act_ShowPageProfiles end object N3BackupType1: TMenuItem Action = act_ShowPageOverride end object N2: TMenuItem Caption = '-' end object BackupLog1: TMenuItem Action = act_ViewActionLog end end object mu_Tools: TMenuItem Caption = '&Tools' object mi_StartGroupBackup: TMenuItem Action = act_ExecuteGroup end end end object ActionList: TActionList Left = 152 Top = 104 object act_NewGroup: TAction Category = 'File' Caption = '&New Group' ShortCut = 16462 OnExecute = act_NewGroupExecute end object act_OpenGroup: TAction Category = 'File' Caption = '&Open Group' ShortCut = 16463 OnExecute = act_OpenGroupExecute end object act_SaveGroup: TAction Category = 'File' Caption = '&Save Group' ShortCut = 16467 OnExecute = act_SaveGroupExecute end object act_SaveGroupAs: TAction Category = 'File' Caption = 'Save Group &As...' ShortCut = 24659 OnExecute = act_SaveGroupAsExecute end object act_ExecuteGroup: TAction Category = 'Tools' Caption = 'E&xecute Group' ImageIndex = 1 ShortCut = 49240 SecondaryShortCuts.Strings = ( 'Ctrl+B') OnExecute = act_ExecuteGroupExecute end object act_ShowPageProfiles: TAction Category = 'View' Caption = '&1 - Profiles' ShortCut = 117 OnExecute = act_ShowPageProfilesExecute end object act_ShowPageOverride: TAction Category = 'View' Caption = '&2 - Override' ShortCut = 118 OnExecute = act_ShowPageOverrideExecute end object act_ViewActionLog: TAction Category = 'View' Caption = 'Action &Log' ShortCut = 24664 SecondaryShortCuts.Strings = ( '') OnExecute = act_ViewActionLogExecute end end object odlg_Group: TOpenDialog DefaultExt = 'abg' Filter = 'Abakt Group (*.abg)|*.abg|All files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Open Group' Left = 152 Top = 160 end object sdlg_Group: TSaveDialog DefaultExt = 'abg' Filter = 'Abakt Group (*.abg)|*.abg|All files (*.*)|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofEnableSizing] Title = 'Save Group' Left = 72 Top = 160 end object odlg_Profiles: TOpenDialog DefaultExt = 'abp' Filter = 'Abakt Profile (*.abp)|*.abp|All files (*.*)|*.*' Options = [ofHideReadOnly, ofAllowMultiSelect, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'Choose a Profile to add to the Group' Left = 232 Top = 160 end object actl_Profiles: TActionList Images = DM.imgs_Buttons Left = 232 Top = 104 object act_ProfileAdd: TAction Category = 'Profiles' Caption = '&Add' ImageIndex = 0 ShortCut = 45 OnExecute = act_ProfileAddExecute end object act_ProfileRemove: TAction Category = 'Profiles' Caption = '&Remove' ImageIndex = 1 ShortCut = 46 OnExecute = act_ProfileRemoveExecute end object act_ProfileEdit: TAction Category = 'Profiles' Caption = 'E&dit' ImageIndex = 2 ShortCut = 113 OnExecute = act_ProfileEditExecute end object act_ProfilesCheckAll: TAction Category = 'Profiles' Caption = 'A&ll' ImageIndex = 4 OnExecute = act_ProfilesCheckAllExecute end object act_ProfilesCheckNone: TAction Category = 'Profiles' Caption = '&None' ImageIndex = 5 OnExecute = act_ProfilesCheckNoneExecute end object act_ProfileMoveUp: TAction Category = 'Profiles' Caption = 'Up' Hint = 'Up' ImageIndex = 6 ShortCut = 16422 OnExecute = act_ProfileUpExecute end object act_ProfileMoveDown: TAction Category = 'Profiles' Caption = 'Down' Hint = 'Down' ImageIndex = 7 ShortCut = 16424 OnExecute = act_ProfileDownExecute end object act_ProfilesSort: TAction Category = 'Profiles' Caption = 'Sort' ImageIndex = 8 OnExecute = act_ProfilesSortExecute end object act_ProfilesClear: TAction Category = 'Profiles' Caption = 'Clear' ImageIndex = 3 OnExecute = act_ProfilesClearExecute end end end